Conversely, the@ Produces annotation is matched against the Accept request header to determine if a client can handle the representation returned by a given method. 相反地,@Produces注释被针对Accept请求头进行匹配以决定客户机是否能够处理由给定方法返回的表示。
The JSF framework parses the HTTP request header. JSF框架分析HTTP请求报头。
The client can then reissue the request with an appropriate Authorization header. 然后,客户机可以使用适当的Authorization头重新发出请求。
Another header that contains the word "Accept" is Accept-Ranges; however, this is used for responses and is not a request header. 包含“Accept”一词的另一个标头是Accept-Ranges;不过,它用于响应,并且不是请求标头。
The second line, the first rewrite condition, indicates that following rules only apply when the user-agent string in the HTTP request header contains the substring MSIE. 第二行的第一个重写条件表明:下面的规则仅适用于HTTP请求报头中的user-agent字符串包含子字符串MSIE的情形。
To overcome this issue, allow clients to pass in their login credentials as request header parameters on the URI to enable authentication, as demonstrated in Listing 6. 为了解决这个问题,允许客户机在URI中作为查询参数传递登录凭证,见清单6。
Authorize the requests based on the user credentials from the request header and called MDM service, where a policy expressed in XACML is used as a basis for the authorization decision making 基于来自请求头的用户凭证和调用的MDM服务授权请求,其中以XACML表示的策略用作进行授权决策的根据
The wire format of the event has two parts: an HTTP request header and the event payload ( which is the event connector packet). 事件传输格式有两部分:一个HTTP请求头和事件有效载荷(是事件连接器包)。
The@ Consumes annotation is matched against the Content-Type request header to determine if a method can accept the content of a given request. @Consumes注释针对Content-Type请求头进行匹配,以决定方法是否能接受给定请求的内容。
At run-time, the value passed in as the request_header parameter is put into the SOAP header of the request message. 运行的时候,将传入的值作为requestheader参数输入到请求消息的SOAP消息头中。
It can switch view resolvers according to request content type ( the Accept property in the request header) or URI suffix. 它可以根据请求的内容类型(请求头中的Accept属性)或URI后缀来切换视图解析器。
The facade component queries the HTTP request's Accept header field to determine the desired response format for the client and then serve the resource in the desired format. Facade组件查询HTTP请求的AcceptHeader字段来确定客户机所需的响应格式,并随后以所需的格式提供资源。
The keywords specified here are sought within the HTTP user agent request header on incoming requests. 在传入的请求中,将在HTTP用户代理请求头部中寻找MobileDeviceUserAgentKeywords中指定的关键字。
The client re-submits the request with the Authorization header containing the SPNEGO header. 客户端重新提交请求,并提供包含SPNEGO头的Authorization头。
As of this writing, Twitter only supports HTTP basic authentication, which means that the request header must contain your user name and password in an encrypted format. 在本文写作之时,Twitter只支持HTTP基本的身份验证,这意味着此请求头必须以加密的格式包含您的用户名和密码。
Header-rewrite indicates that a request header will be rewritten. header-rewrite表示一个请求报头将会被重写。
Header& retrieves the named request header. header&检索命名的请求标头。
The Accept request header is used to specify which media types are appropriate for the response. 接受请求头用于指定什么媒体类型对响应是合适的。
The portal servlet examines the request header and determines which device and which user is requesting a page. 门户Servlet检查请求标头并确定哪个设备和用户正在请求页面。
The To header field specifies the "logical" recipient of the request and the From header indicates the initiator of the request. Toheader区域指定了请求的“逻辑”接收者,而Fromheader指示了请求的发起者。
The identification of the end user must be passed to the TAI in a header called iv-user, which is inserted by WebSEAL into the HTTP request header sent from WebSEAL to the Application Server. 终端用户的身份必须传递给一个名为iv-user的消息头中的TAI,该消息头是WebSEAL插到HTTP请求消息头中的,HTTP请求消息头是WebSEAL发送给ApplicationServer的。
Supports HTTP Basic authentication directly, using the Authorization request header and WWW-Authenticate response header. 直接支持HTTP基本认证,使用认证请求头和WWW-认证应答头。
The raw URL path of the request header. 请求标头的原始url路径。
The HTTP verb returned in the request header. 请求标头中返回的http谓词。
The precondition given in one or more of the request header fields evaluated to false when it was tested on the server. 在服务器上测试一个或多个请求头字段中指定的前提条件时,其评估结果为false。
Returns a nonstandard HTTP request header value. 返回非标准的http请求标头值。
HTTP clients may pass over the preferred data formats and languages along with the target URI in the request header, and the content provider should serve these settings. HTTP客户端可以用自己喜欢的数据格式和语言,在请求的头部追加目标URI来传送。内容提供者应该提供这些设置服务。
The ICMP echo request failed because the header is invalid. 由于标头无效,icmp回送请求失败。
You can use this event to call custom script to set a request header or to start an animation that notifies the user that the postback is being processed. 可以使用此事件调用自定义脚本,以便设置请求标头或启动动画以通知用户正在处理回发。